Welcome![Sign In][Sign Up]
Location:
Search - TCP Server JAVA

Search list

[Internet-NetworkUnixDomain

Description: java server UDP receive + TCP send and recieve c client to send UDP + receive TCP package from Server-java server UDP receive+ TCP send and recieve c client to send UDP+ receive TCP package from Server
Platform: | Size: 17408 | Author: Phil | Hits:

[Web ServerTCPServer.java

Description: TCP协议的网络应用程序,TCPServer.java 服务器端代码-The TCP protocol networking applications, TCPServer.java server-side code
Platform: | Size: 1024 | Author: 咚咚 | Hits:

[TCP/IP stackTCP

Description: Java语言中采用的Socket通信是一种流式套接字通信,它采用TCP协议,通过提供面向连接的服务,实现客户/服务器之间双向、可靠的通信。-Socket communication using the Java language is a stream socket communication, which uses the TCP protocol, by providing a connection-oriented service, two-way, reliable communications between client/server.
Platform: | Size: 6144 | Author: 袁琴 | Hits:

[JSP/JavaTCP_UDPreservemsg

Description: 1.Run Server.java first to monitor 2.read n_port. In this program and the n-port are 6060. 3.In the Client window, you will see "Remember the n_port and r_port are both 6060" "Please input the host name of server" 4.Since I tested the program on computer with number ENVGEDDES27.NEXUS.UWATERLOO.CA type "ENVGEDDES27.NEXUS.UWATERLOO.CA" and press "enter" 5.The Client window will show "Sever host name is: ENVGEDDES27.NEXUS.UWATERLOO.CA" "Please input a introduction:" 6.Type who you are and say hello. For example: "Hello, this is Mary" 7.At this time, the Client machine will remind you to input message: "please input msg:" 8.Type what you want to say. For example: "Nice to meet you!" 9.The program will show: "FROM SERVER: .uoy teem ot eciN" and remind you the program is end: "end"-Use TCP and UDP to send and reseive msg and reserve it
Platform: | Size: 9216 | Author: yixing | Hits:

[Internet-Networktcp_Java_example

Description: java实现的tcp协议客户端和服务器实例代码-a tcp server and client example for java
Platform: | Size: 1024 | Author: 张山风 | Hits:

[Internet-NetworkServer

Description: 使用java编写的基于socket的服务器,使用TCP/IP协议,接收一方客户端的消息,进行解包,寻找到目标客户端,进行转发。-Use java-based socket server using TCP/IP protocol, to receive one of the client' s message, unpack, looking to the target client for forwarding.
Platform: | Size: 2048 | Author: 远野瞬 | Hits:

[JSP/JavaTCP-filetransfer

Description: Java语言的TCP文件传输,包含一个服务器端和一个客户端。-Java language TCP file transfer, contains a server and a client.
Platform: | Size: 2048 | Author: 孙凯歌 | Hits:

[JSP/JavatcpServer

Description: 一个基于Java的TCP 服务器,能够处理TCP请求,代码简练。-A Java-based TCP server that can handle TCP requests, concise code.
Platform: | Size: 1024 | Author: hmity | Hits:

[JSP/Javachatroom

Description: 实现tcp协议的java聊天室,包括服务端和客户端,能公聊和私聊-Achieve tcp protocol java chat room, including server and client, can public chat and private chat
Platform: | Size: 46080 | Author: denghui | Hits:

[JSPJAVA-network-programming3

Description: 本书内容全面,涵盖了从网络基础知识到远程方法调用(RMI)等各方面的内容,书中章节涉及到TCP和UDP socket、服务器socket、URL和URI、组播以及特殊用途的API(如JavaMail)等等。本书展示了如何使用JSSE编写安全的网络应用程序,解释了如何使用NIO API编写超高性能的服务器。它还涵盖了Java对网络代理、Web cookie和URL缓存的支持。-The book is comprehensive, covering everything from networking fundamentals to remote method invocation (RMI) and other aspects of the content of the book chapters related to TCP and UDP socket, server socket, URL and URI, multicast, and special-purpose API (such as JavaMail) and so on. This book shows how to use JSSE to write secure web applications, explains how to use NIO API to write ultra-high-performance servers. It also covers the Java on the network proxy, Web cookie and URL cache support.
Platform: | Size: 20843520 | Author: 胡科罗 | Hits:

[TCP/IP stackSampleSocket_TCPPUDP_Client-Server

Description: A good Java Socket TCP+UDP Client+Server.
Platform: | Size: 104448 | Author: Gabriel | Hits:

[Multimedia Developjava

Description: Internet作为传输媒介的一个应用系统,WWW网上最基本的传输单位是Web网页。WWW的工作基于客户机/服务器计算模型,由Web 浏览器(客户机)和Web服务器(服务器)构成,两者之间采用超文本传送协议(HTTP)进行通信。HTTP协议是基于TCP/IP协议之上的协议,是Web浏览器和Web服务器之间的应用层协议,是通用的、无状态的、面向对象的协议。HTTP协议的作用原理包括四个步骤:-WWW Internet as a transmission medium is an application system, WWW Internet transmission unit is the basic Web page. WWW' s work is based on client/server computing model, by the Web browser (client) and Web server (server) constituted between the two using the Hypertext Transfer Protocol (HTTP) for communication. HTTP protocol is based on TCP/IP protocol on top of the protocol, the Web browser and a Web server application layer protocol that is generic, stateless, object-oriented protocol. The role of the HTTP protocol principle consists of four steps:
Platform: | Size: 4096 | Author: jhon | Hits:

[JSPJava.Network.Programming(4th)

Description: Java网络编程, 第四版文字版的, 很清晰, 包含pdf和epub-This practical guide provides a complete introduction to developing network programs with Java. You’ll learn how to use Java’s network class library to quickly and easily accomplish common networking tasks such as writing multithreaded servers, encrypting communications, broadcasting to the local network, and posting data to server-side programs. Author Elliotte Rusty Harold provides complete working programs to illustrate the methods and classes he describes. This thoroughly revised fourth edition covers REST, SPDY, asynchronous I/O, and many other recent technologies. Explore protocols that underlie the Internet, such as TCP/IP and UDP/IP Learn how Java’s core I/O API handles network input and output Discover how the InetAddress class helps Java programs interact with DNS Locate, identify, and download network resources with Java’s URI and URL classes Dive deep into the HTTP protocol, including REST, HTTP headers, and cookies Write servers and network clients, using Java’s
Platform: | Size: 12024832 | Author: wudb | Hits:

[androidandroid-socket

Description: android socket网络通信编程实例,TCP/IP Socket、ServerSocket的形式。在JAVA编程中, 经常使用java.net和javax.net包来开发socket程序,下面列出所有常用的类,并简单介绍。再此说明一下:Socket仅仅是对TCP、UDP网络接口的封装,不涉及上层协议。   Java.net   Java.net.Socket 客户端连接使用的TCP socket   Java.net.DatagramSocket 客户端和服务端共同使用的UDP socket   Java.net.ServerSocket 服务端TCP socket监听端口   Java.netInetAddress IP地址封装类   Java.net.DataGramPacket 通过DatagramSocket收发的数据包的封装类,包括数据和对端的IP地址、UDP端口 -android socket network communications programming examples, TCP/IP Socket, ServerSocket form of. In the JAVA programming, often using java.net package to develop socket and javax.net procedures listed below all the usual classes, and a brief introduction. Then explain this: Socket is only TCP, UDP network interface package, does not involve the upper layer protocol. Java.net Java.net.Socket client connections using TCP socket Java.net.DatagramSocket client and server using UDP socket joint Java.net.ServerSocket TCP socket server listening port Java.netInetAddress IP address encapsulation class Java.net.DataGramPacket DatagramSocket class by encapsulating data packets sent and received, including data and peer IP address, UDP port
Platform: | Size: 52224 | Author: rpudn93 | Hits:

[JSP/JavaJAVA-SERVER

Description: JAVA TCP SIMPLE SERVER PROGRAM
Platform: | Size: 1024 | Author: bobbygbr | Hits:

[TCP/IP stackTCPClient.java

Description: 通过TCP SOCEKT 从服务器接收数据 将数据处理后 发送回服务器端-By TCP SOCEKT receive data the server sends the data back to the server-side processing
Platform: | Size: 1024 | Author: shi | Hits:

[JSP/Javaserver

Description: TCPserver电脑客户端,安卓,智能机,tcp,java,编程,c语言,程序猿-TCPserver PC client, Andrews, intelligent machines, tcp, java, programming, c language program ape
Platform: | Size: 81920 | Author: ade | Hits:

[Internet-NetworkFTPClient

Description: 用Java实现简单的FTP断点续传客户端,需要服务器IP地址,端口号,可选传输层为UDP还是TCP-Using Java to achieve a simple HTTP FTP client, you need a server IP address, port number, optional UDP or TCP transport layer
Platform: | Size: 253952 | Author: yuyang | Hits:

[TCP/IP stackTCP

Description: java编写的时间服务器 用于两台在一个局域网内的计算机通信。-time server written in java for two computers to communicate over a LAN.
Platform: | Size: 3072 | Author: 陆旭 | Hits:

[JSP/JavaTCP

Description: 基于JAVA语言的TCP网络编程(服务端与客户端类)-TCP-based network programming language JAVA (server and client class)
Platform: | Size: 25600 | Author: 刘小业 | Hits:
« 1 2 3 4 5 67 8 9 10 11 »

CodeBus www.codebus.net